acm: Some fixes to the Xend ACM management code
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Thu, 9 Aug 2007 15:14:56 +0000 (16:14 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Thu, 9 Aug 2007 15:14:56 +0000 (16:14 +0100)
commitdb79ac42591e63e540f2a4e0e2f4221c50a6a590
treea886c1b779cf9250c299594c16a6b8d518e297bc
parent834e82812379aa57ce1a9ef58f5d0a9d4da16f56
acm: Some fixes to the Xend ACM management code

- prevent vlans from being relabeled when they are in use by the
  current policy
- fix problems when doing an update of the policy and the name of the
policy changes while doing that
- refactor code that has to take into consideration that unlabeled
domains may be defined using the label __UNLABELED__
- make 'xm list --label' show the complete label of a domain

Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
tools/python/xen/util/acmpolicy.py
tools/python/xen/util/security.py
tools/python/xen/xend/XendDomainInfo.py
tools/python/xen/xm/main.py